projects
/
emacs.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
e3f4562
)
* rcirc.el (rcirc-define-command): Mention name of malformed command
author
Philip Kaludercic
<philipk@posteo.net>
Fri, 2 Jul 2021 18:11:08 +0000
(20:11 +0200)
committer
Philip Kaludercic
<philipk@posteo.net>
Fri, 2 Jul 2021 18:11:08 +0000
(20:11 +0200)
Author:
lisp/net/rcirc.el
patch
|
blob
|
history
diff --git
a/lisp/net/rcirc.el
b/lisp/net/rcirc.el
index 154413871c74cf1265e27addb278e82506a1248f..4f8d9612c6afa9c04cd4c902f64079efa17a87c3 100644
(file)
--- a/
lisp/net/rcirc.el
+++ b/
lisp/net/rcirc.el
@@
-2455,7
+2455,7
@@
that, an interactive form can specified."
(unless (if (listp ,argument)
(not (<= ,required (length ,argument) ,total))
(string-match ,regexp ,argument))
- (user-error "Malformed input
: %S"
',arguments))
+ (user-error "Malformed input
(%s): %S" ,command
',arguments))
(let ((process (or process (rcirc-buffer-process)))
(target (or target rcirc-target)))
(ignore target process)